From: Thien-Thi Nguyen Date: Thu, 5 Jul 2007 20:36:24 +0000 (+0000) Subject: (bootstrap-prepare): Make $(lisp)/ps-print.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18084 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=369141348379f185585c08a5c856a2dc97ef0656;p=emacs.git (bootstrap-prepare): Make $(lisp)/ps-print.el and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3f56538e84e..8d407860a7c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -275,14 +275,19 @@ $(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC) # an up-to-date copy of loaddefs.el that is uncorrupted by # local changes. (Because loaddefs.el is an automatically generated # file, we don't want to store it in the source repository). +# +# The chmod +w is to handle env var CVSREAD=1. Files named +# are identified by being the value of `generated-autoload-file'. bootstrap-prepare: if test -x $(EMACS); then \ $(MAKE) $(MFLAGS) autoloads; \ else \ cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ - chmod +w $(lisp)/loaddefs.el; \ fi + chmod +w $(lisp)/loaddefs.el \ + $(lisp)/ps-print.el \ + $(lisp)/emacs-lisp/cl-loaddefs.el maintainer-clean: distclean cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)